

How to use:
- Set #1000=7752 to enable listening to HiCON-User notifications
- Set #1000 to any other value to disable HiCON from listening to custom notifications. This is to prevent overlapping wit other plugin notifications
- Depending on which notification is to be called, set the appropriate Mach3 variables from your MCode or GCode 
  File (SetVar(x) can also be used from vbScript).
- Call "NotifyPlugins(xxxxx)" from your Mcode or vbscript.



NOTE: Set the Mach3 variables before calling the notification.





Notification 18100 (Swap Axis)
#1100 - axis1 to swap
#1101 - axis 2 to swap


Notification 18101 (Reset Swap Axis)


Notification 18200 (Set Axis Command Input Params)
#1100 - Axis ID
#1101 - Input ID
#1102 - Input Gain


Notification 18300 (Set Axis Feedback Params)
#1100 - Axis ID
#1101 - feedback ID


Notification 18400 (Set Axis Output Params)
#1100 - Axis ID
#1101 - Output ID


Notification 18500 (force sync) //cues a sync, and plugin will sync on the next available opportunity
